runtime.traceStringTable.tab (field)
6 uses
runtime (current package)
traceruntime.go#L61: lockInit(&trace.stringTab[0].tab.mem.lock, lockRankTraceStrings)
traceruntime.go#L63: lockInit(&trace.stringTab[1].tab.mem.lock, lockRankTraceStrings)
tracestring.go#L23: tab traceMap
tracestring.go#L30: id, added := t.tab.put(ss.str, uintptr(ss.len))
tracestring.go#L46: id := t.tab.stealID()
tracestring.go#L101: t.tab.reset()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |